/* CSS Document */
*{
	padding:0px;
	margin:0px;
}
body,li,ul,img,p,span{margin:0px; padding:0px;}
body{margin:0px; font:"微软雅黑"; font-size:16px; color:#888888;}
a{text-decoration:none; color:#888888;}
img{border:0px;}
li{list-style-type:none;}
.top_line{width:100%; min-height:5px; height:auto; background-color:#19AEF1;}
.menu{width:100%; background-color:#C3291F;}
.menu_content{max-width:1000px; height:80px; line-height:80px; margin:auto; margin-bottom:0px;}
.menu_content_left{width:30%; float:left; height:80px; line-height:80px;}
.menu_content_right{width:70%; float:right; font-weight:bold; color:#FFF; height:80px; line-height:80px;}
.menu_content_right .right_menu_content{ width:100%; height:80px; line-height:80px;}
.menu_content_right ul{ width:100%; height:80px; line-height:80px; text-align:center;}
.menu_content_right ul a{  color:#FFF;}
.menu_content_right ul li{width:14.28%; float:left; height:80px; line-height:80px; display:inline-block;}
.menu_content_right ul li:hover{background-color: #FFF;min-height:80px; line-height:80px; color:#C3291F; display:block;}




.menu_content_right_mobile{
	width: 100%;
	height:50px;
	padding:15px 0;
	background:url(../images/menu-button-bg.png) no-repeat center right 20px;
	float: right;
	display:none;
	z-index:999;
}
.menu .dl-menu{
	max-width: 991px;
	background-color: #333;
	opacity: 0.9;
	position: fixed;
	top: 0px;
	color:#666;
	display: none;
	z-index:99999;
}
.menu .dl-menu ul{
	width: 100%;
	padding: 10px 0;
}
.menu .dl-menu li{
	width: 100%;
	height: 45px;
	line-height: 45px;
	color: #f00;
	text-indent: 2em;
}
.menu .dl-menu li:hover{
	background-color: #C3291F;
}
.menu .dl-menu li a:hover{
	color: #666;
	display:block;
	background-color: #e94a06;
}





.banner{width:100%; height:450px; height:auto; text-align:center;}
.index_banner{position:relative;}
.index_banner ul{overflow:hidden;}
.index_banner li{position:absolute;top:0;left:0;overflow:hidden;width:100%;height:450px;}
.index_banner li a{display:block;margin:0 auto;}
.index_banner cite{position:absolute;bottom:15px;left:50%;z-index:999;display:block;margin-left:-144px;width:288px;height:15px;_display:none;}
.index_banner cite span{float:left;display:block;margin:0 4px;width:40px;height:8px;background-color:#e5e5e5;text-indent:-999em;opacity:.8;cursor:pointer;}
.index_banner cite span:hover{background-color:#f5f5f5;}
.index_banner cite span.cur{background-color:#1d8bd8;cursor:default;}
.clear{clear:both;}


.fenlei{max-width:1000px; margin:auto; min-height:180px; height:auto; margin-top:40px; margin-bottom:20px; overflow:auto;}
.fenlei_content{width:15.5%; min-height:180px; margin-right:0.6%;; float:left; border:1px #E0E0E0 dotted; margin-bottom:10px;}
.fenlei_con_li{font-size:14px; list-style-type:none; min-height:20px; text-align:center; line-height:20px;}
.main {
	width: 1000px;
	margin: auto;
}
.service{
	display: flex;
	flex-direction: column;
}
.service h3{
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 42px;
	color: #666;
	text-align: center;
	letter-spacing: 5px;
	margin-top: 50px;
	font-weight: normal;
}
.service h5{
	width: 100%;
	height: 45px;
	line-height: 45px;
	font-size: 18px;
	color: #999;
	text-align: center;
	letter-spacing: 5px;
	font-weight: normal;
}
.service .service_ul{
	width: 100%;
	margin-top: 40px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap:wrap;
}
.service .service_ul li{
	width: 16.6%;
	display: flex;
	flex-direction: column;
	text-align: center;
	padding-left: 1%;
	padding-right: 1%;
	box-sizing: border-box;
	margin-bottom:20px;
	
}
.service .service_ul li .serviceIcon{
	width: 120px;
	margin: auto;
	height: 120px;
	line-height: 120px;
	border-radius: 100%;
	border:1px #e8e8e8 solid;
}
.service .service_ul li .serviceIcon img{
	width: 70px;
	height: 70px;
	margin-top:25px;
}
.service .service_ul li .serviceTitle{
	width: 100%;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	font-weight: bold;
	color: #666;
	margin-top: 20px;
}
.service .service_ul li .serviceZhaiyao{
	width: 94%;
	margin: auto;
	height: 72px;
	line-height: 24px;
	font-size: 14px;
	color: #999;
	margin-top: 10px;
	overflow: hidden;
}

.youshi{
	width: 100%;
	margin-top: 50px;
	background-color: #000;
	padding-top: 40px;
	padding-bottom: 40px;
	min-height: 450px;
}
.youshi .youtitle{
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-weight: bold;
	font-size: 32px;
	color: #FFF;
	text-align: center;
	margin-bottom: 40px;
}
.youshi .youshi_area{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	flex-wrap:wrap;
}
.youshi .youshi_area .youshiIcon{
	width: 50%;
	display: flex;
	flex-direction: column;
}
.youshi .youshi_area .youshiIcon img{
	width: 100%;
}
.youshi .youshi_area .youshi_ul{
	width: 23%;
	display: flex;
	flex-direction: column;
	padding-top: 10px;
	padding-bottom: 30px;
	margin-top: 0px;
}
.youshi .youshi_area .youshi_ul li{
	width: 100%;
	height: 120px;
	line-height: 120px;
	display: flex;
	flex-direction: column;
	padding-left: 80px;
	box-sizing: border-box;
}
.youshi .youshi_area .youshi_ul .youshiIcon1{
	background: url(../images/youshiIcon1.png) no-repeat left top 10px;
	background-size: 45px 45px; 
}
.youshi .youshi_area .youshi_ul .youshiIcon2{
	background: url(../images/youshiIcon2.png) no-repeat left top 10px;
	background-size: 45px 45px; 
}
.youshi .youshi_area .youshi_ul .youshiIcon3{
	background: url(../images/youshiIcon3.png) no-repeat left top 10px;
	background-size: 45px 45px; 
}
.youshi .youshi_area .youshi_ul .youshiIcon4{
	background: url(../images/youshiIcon4.png) no-repeat left top 10px;
	background-size: 45px 45px; 
}
.youshi .youshi_area .youshi_ul .youshiIcon5{
	background: url(../images/youshiIcon5.png) no-repeat left top 10px;
	background-size: 45px 45px; 
}
.youshi .youshi_area .youshi_ul .youshiIcon6{
	background: url(../images/youshiIcon6.png) no-repeat left top 10px;
	background-size: 45px 45px; 
}
.youshi .youshi_area .youshi_ul li h3{
	width: 100%;
	height: 35px;
	line-height: 35px;
	font-size: 16px;
	color: #FFF;
}
.youshi .youshi_area .youshi_ul li p{
	width: 100%;
	height: 74px;
	line-height: 24px;
	font-size: 14px;
	color: #999;
	overflow: hidden;
}
.news{
	width: 100%;
	background-color: #F8F8F8;
	padding-top: 80px;
	padding-bottom: 40px;
	min-height: 520px;
}
.news .newstitle{
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-weight: bold;
	font-size: 32px;
	color: #666;
	text-align: center;
	margin-bottom: 40px;
}
.news .news_area{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.news .news_area .mynews_ul{
	width: 100%;
	margin-top: 40px;
	display: flex;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.news .news_area .mynews_ul li{
	width: 30%;
	margin-left: 1.5%;
	margin-right: 1.5%;
	margin-bottom: 30px;
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
}
.news .news_area .mynews_ul li:hover{
	background-color: #FFF;
}
.news .news_area .mynews_ul li .mynews_img{
	width: 100%;
	height: 200px;
	line-height: 200px;
	position: relative;
	overflow: hidden;
}
.news .news_area .mynews_ul li .mynews_img img{
	width: 100%;
}
.news .news_area .mynews_ul li .newsinfor{
	width: 100%;
	display: flex;
	flex-direction: column;
	border:1px #F2F2F2 solid;
	border-top: 0px;
	padding-bottom: 10px;
	padding-top: 10px;
}
.news .news_area .mynews_ul li .newsinfor .mynews_name{
	width: 90%;
	margin:auto;
	margin-top: 10px;
	height: 40px;
	line-height: 40px;
	font-size: 18px;
	color: #666;
	font-weight: bold;
	text-align: left;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.news .news_area .mynews_ul li .newsinfor .mynews_zhai{
	width: 90%;
	margin:auto;
	height: 25px;
	line-height: 25px;
	font-size: 14px;
	color: #999;
	font-weight: normal;
	text-align: left;
	overflow: hidden;
	text-overflow:ellipsis;
	white-space: nowrap;
}
.news .news_area .mynews_ul li .newsinfor .news_url{
	width: 90%;
	margin:auto;
	margin-top: 20px;
	border-top: 1px #F2F2F2 solid;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	height: 45px;
	line-height: 45px;
}
.news .news_area .mynews_ul li .newsinfor .news_url .details{
	width: 120px;
	height: 45px;
	line-height: 45px;
	font-size: 14px;
	color: #999;
}
.news .news_area .mynews_ul li .newsinfor .news_url .details_url{
	width: 120px;
	height: 45px;
	line-height: 45px;
	font-size: 16px;
	color: #666;
	background: url(../images/ico_08_h.png) no-repeat center right;
	background-size: 24px 8px;
}
.yuyue{
	display: flex;;
	flex-direction: column;
}
.yuyue h3{
	width: 100%;
	height: 50px;
	line-height: 50px;
	font-size: 42px;
	color: #666;
	text-align: center;
	letter-spacing: 5px;
	margin-top: 50px;
	font-weight: normal;
}
.yuyue h5{
	width: 100%;
	height: 45px;
	line-height: 45px;
	font-size: 18px;
	color: #999;
	text-align: center;
	letter-spacing: 5px;
	font-weight: normal;
	overflow:hidden;
}
.yuyue .yuyue_text{
	width: 100%;
	display: flex;
	margin-top: 40px;
	flex-direction: row;
	justify-content: flex-start;
	flex-wrap: wrap;
}
.yuyue .yuyue_text li{
	width: 30%;
	height: 45px;
	line-height: 45px;
	margin-top:10px;
	margin-left:1.5%;
	margin-right:1.5%;
}
.yuyue .yuyue_text li input{
	width: 100%;
	height: 45px;
	line-height: 45px;
	border:0px;
	border-bottom: 1px #f2f2f2 solid;
	font-size: 14px;
	color: #666;
	padding-left:10px;
	box-sizing: border-box;
}
.yuyue .yuyue_messgae{
	width: 97%;
	margin:auto;
	height: 60px;
	line-height: 60px;
	margin-top: 20px;
}
.yuyue .yuyue_messgae textarea{
	width: 100%;
	height: 60px;
	line-height: 60px;
	border:0px;
	border-bottom: 1px #f2f2f2 solid;
	font-size: 14px;
	color: #666;
}
.yuyue .btn{
	width: 500px;
	margin:auto;
	margin-top: 40px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
}
.yuyue .btn .reset{
	width: 200px;
	height: 45px;
	line-height: 45px;
	border-radius: 5px;
	border:1px #f2f2f2 solid;
	text-align: center;
	font-size: 14px;
	color: #666;
}
.yuyue .btn .button{
	width: 200px;
	height: 45px;
	line-height: 45px;
	border-radius: 5px;
	border:0px;
	text-align: center;
	font-size: 14px;
	color: #FFF;
	background-color: #C3291F;
}
.lianjie{
	    max-width: 1000px;
	margin:auto;
	padding: 10px;
	box-sizing: border-box;
	background-color: #F4F5F9;
	border-radius: 1px;
	display: flex;
	flex-direction: row;
	flex-wrap: wrap;
	justify-content: flex-start;
	margin-top:50px;
	margin-bottom:60px;
}
.lianjie a{
	padding-right: 15px;
	float: left;
	height: 30px;
	line-height: 30px;
	font-size: 14px;
	content: #333;
}
.lianjie span{
	font-size: 14px;
	color: #333;
	font-weight: bold;
	float: left;
	height: 30px;
	line-height: 30px;
	padding-right: 15px;
}

.tese{max-width:1000px; margin:auto; min-height:200px; height:auto; margin-top:40px; margin-bottom:20px; overflow:auto;}
.tese_left{width:14%; min-height:215px; height:auto; float:left; margin-right:10px;}
.tese_left_con{border-radius:15px; width:100%; min-height:215px; margin-bottom:10px;}
.tese_right{width:85%; min-height:215px; height:auto; float:right;}
.tese_right_con{border-radius:5px; width:30.58%; min-height:205px; float:left; margin-bottom:10px; margin-right:0.5%; margin-left:0.5%; border:1px #E0E0E0 solid; padding-top:10px;}
.tese_right_con_p{line-height:25px; width:90%; margin:auto; font-size:12px; margin-top:30px;}

.title{width:100%; min-height:30px; text-align:center; font-weight:bold; font-size:40px; padding-bottom:20px; padding-top:20px;}
.news2{width:100%; margin:auto; min-height:480px; height:auto; margin-top:40px; margin-bottom:20px; background-color:#19AEF1; overflow:auto;}
.news2_left{width:32%; float:left; min-height:335px; height:auto; margin-left:1%; margin-bottom:10px; background-color:#FFFFFF;}
.news2_left_con_title{width:90%; border-bottom:1px #999999 solid; margin:auto; text-align:left; padding-top:10px; padding-bottom:10px; margin-bottom:10px;}
.news2_left_con_p{width:90%; margin:auto; text-align:left; padding-top:10px; padding-bottom:10px; font-size:13px; line-height:20px;}
.news2_left_con_more{width:90%; margin:auto; text-align:right; padding-top:10px; margin-bottom:10px; font-size:13px; line-height:20px;}




.zhixiao{max-width:1000px; margin:auto; min-height:400px; height:auto; margin-top:40px; margin-bottom:20px; overflow:auto;}
.zhixiao_left{width:32.2%; float:left; min-height:75px; height:auto; margin-left:1%;}
.zhixiao_left_left{width:21.73%; min-height:70px; float:left; text-align:center; margin-right:3.2%;}
.zhixiao_left_right{width:66.77%; min-height:70px; float:left; margin-bottom:20px;}
.zhixiao_left_right_title{width:100%; font-size:16px; font-weight:bold;}
.zhixiao_left_right_p{width:100%; font-size:13px; line-height:18px; margin-top:10px;  height:50px; overflow:hidden;}

.liuyan{max-width:1000px; margin:auto; overflow:auto;}
.liuyan_title{padding-top:0px; color:#333333; padding-bottom:0px;}
.liuyan_tishi{margin-top:20px; margin-bottom:20px; text-align:center; width:100%; font-size:18px;}
.liuyan_left{width:28%; float:left; border:1px #E0E0E0 solid; min-height:155px; height:auto; padding:10px; margin-left:1%; text-align:left; font-size:18px; line-height:26px;}
.liuyan_right{width:65%; float:right; border:0px #E0E0E0 solid; min-height:190px; height:auto; padding:10px; padding-top:0px;}
.liuyan_right_con{width:47.48%; float:left; margin-right:1%; margin-left:1%; text-align:left; font-size:12px; margin-top:0px;} 
.liuyan_right_con li input{width:96%; min-height:30px; border:1px #E0E0E0 solid;}
.liuyan_right_con li textarea{width:95%; min-height:90px; border:1px #E0E0E0 solid;}
.liuyan_right_con_sub{width:180px; border-radius:5px; min-height:40px; line-height:40px; font-size:16px; letter-spacing:5px; background-color:#19aef1; border:1px solid #19aef1; color:#fff;}



.banquan{min-height:12px; width:100%; margin:auto; margin-top:70px; padding-bottom:5px; font-size:12px; padding-top:5px; text-align:right; background-color:#e4e4e4;}

.footer{width:100%; margin:auto; min-height:260px; overflow:auto; height:auto; margin-top:80px; background-color:#292129;}
.footer_con{width:1000px; margin:auto; overflow:auto; padding-top:45px;}
.footer_con_left{width:750px; min-height:100px; float:left; height:auto;}
.footer_con_right{width:200px;; min-height:100px; float:right; height:auto;}
.other_type_zhixiao{ margin:auto; font-size:14px; background:url(../images/nmorepagetags.png) no-repeat left; margin-top:10px; margin-bottom:10px; min-height:25px; height:auto; text-align:left; width:82%; margin:auto; padding-left:20px;}

#recruit{ width:49%; min-height:460px;}


.mobile{
	width:100%;
	position:fixed;
	bottom:0px;
	display:none;
	background-color:#e4e4e4;
}
.mobile li{
	width:33.33%;
	text-align:center;
	height:45px;
	line-height:45px;
	font-size:16px;
	display:inline;
	float:left;
	background-color:#000000;
}
/*直销系统页面*/
.zhixiao_div{width:100%; background-color:#F7F7F7; min-height:400px; height:auto; overflow:auto; padding-top:50px; padding-bottom:50px;}
.zhixiao_content{max-width:1000px; height:auto; margin:auto; margin-top:20px; margin-bottom:20px; padding:0 2% 50px 2%; line-height:20px;}
.zhixiao_con_left{width:74%; float:left; min-height:100px; height:auto; background-color:#FFFFFF;}
.zhixiao_con_right{width:22%; float:right; min-height:100px; height:auto; background-color:#FFFFFF;}
.zhixiao_title{width:92%; margin:auto; border-bottom:1px #999999 solid; text-align:left; min-height:30px; font-weight:bold; font-size:26px; padding-bottom:5px; padding-top:20px;}
.zhixiao_mobile{
	width: 50%;
	height:40px;
	padding:0;
	background:url(../images/menu-button-bg2.png) no-repeat center right 20px;
	float: right;
	display:none;
	z-index:999;
}
.zhixiao_div .dl-menu2{
	max-width: 1000px;
	background-color: #333;
	opacity: 0.9;
	position: fixed;
	top: 0px;
	color:#fff;
	display: none;
	z-index:999;
}
.zhixiao_div .dl-menu2 ul{
	width: 100%;
	padding: 10px 0;
}
.zhixiao_div .dl-menu2 li{
	width: 50%;
	height: 45px;
	line-height: 45px;
	color: #f00;
	text-indent: 2em;
	float:left;
	display:inline-block;
}
.zhixiao_div .dl-menu2 li a{
	color: #fff;
	font-size:16px;
}
.zhixiao_div .dl-menu2 li a:hover{
	color: #fff;
	display:block;
	background-color: #e94a06;
	font-size:16px;
}

/*二级新闻页面*/
.other_news{max-width:1000px; min-height:300px; margin:auto; height:auto; overflow:auto; margin-top:10px; margin-bottom:30px;}
.other_news_con{width:100%; text-align:center; margin:auto; padding-top:20px;}
.other_jishu{width:100%; min-height:100px; height:auto; border-bottom:1px #999999 dotted; overflow:auto; margin-bottom:10px;}
.other_jishu_left{width:100px; float:left; text-align:center;}
.other_jishu_right{width:690px; float:right;}
.other_jishu_right_r{width:84%; float:right; font-size:14px;}
/*媒体查询*/
/*大屏幕PC端*/
@media(min-width: 1200px){
	
}
/*中等屏幕PC端*/
@media(min-width: 992px) and (max-width: 1199px){
}
/*小屏幕PAD端*/
@media(min-width: 768px) and (max-width: 991px){
	.menu_content_right .right_menu_content,.banner,.tese_left,.footer,.banquan,.zhixiao_con_right,.fenlei,.hidden{
		display:none;
	}
	.menu_content_right_mobile,.mobile,.zhixiao_mobile{
		display:inline;
	}
	.menu .dl-menu,.zhixiao_div .dl-menu2{
		width: 100%;
		height: 100%;
	}
	.fenlei_content{
		width:32.33%;
	}
	.tese_right,.liuyan_right_con,.zhixiao_con_left{
		width:100%;
	}
	.tese_right_con{
		width:31.70%;
	}
	.liuyan_title,.title{
		font-size:36px;
	}
	.liuyan_tishi{
		font-size:21px;
	}
	.mobile li{
		height:55px;
		line-height:55px;
	}
	.other_jishu_left{
		display:none;
	}
	.other_jishu_right{
		width:100%;
	}
	
}
/*手机端*/
@media(min-width: 480px) and (max-width: 767px){
	.menu_content_right .right_menu_content,.banner,.tese_left,.liuyan_left,.footer,.banquan,.zhixiao_con_right,.fenlei,.memu_hidden,.hidden{
		display:none;
	}
	.menu_content_right_mobile,.mobile,.zhixiao_mobile{
		display:inline;
	}
	.yuyue .btn
	{
		width:100%;
	}
	.yuyue .btn .reset{
		display:none;
	}
	.yuyue .btn .button{
		margin:auto;
	}
	.yuyue .yuyue_messgae{
		width:94%;
	}	
	.menu .dl-menu,.zhixiao_div .dl-menu2{
		width: 100%;
		height: 100%;
	}
	.fenlei_content{
		width:32.33%;
	}
	.tese_right,.liuyan_right_con,.zhixiao_con_left{
		width:100%;
	}
	.tese_right_con{
		width:46%;
	}
	.news2_left{
		width:48.5%;
	}
	.yuyue .yuyue_text li{
		width:94%;
		margin:auto;
	}
	.news2 img{width:100%;}
	.zhixiao_left{
		width:48.3%;
	}
	.liuyan_right{
		width:96%;
		margin:auto;
	}
	.liuyan_title,.title{
		font-size:30px;
	}
	.liuyan_tishi{
		font-size:18px;
	}
	.liuyan_right_con_sub{
		width:90%;
	}
	.mobile li{
		height:50px;
		line-height:50px;
	}
	.other_jishu_left{
		display:none;
	}
	.other_jishu_right{
		width:100%;
	}
		.main{
		width:100%;
	}
	.service .service_ul li{
		width:48%;
	}
	.news .news_area .mynews_ul li
	{
		width:98%;
		margin:auto;
		margin-bottom:20px;
	}	
	.yuyue h5{
		line-height:22px;
	}
	.youshi .youshi_area .youshi_ul,.youshi .youshi_area .youshiIcon{
		width:100%;
	}
	.youshi .youshi_area .youshi_ul li p{
		width:96%;
		height:72px;
	}
}
/*超低分辨率手机*/
@media(max-width: 479px){
	.menu_content_right .right_menu_content,.banner,.tese_left,.liuyan_left,.footer,.banquan,.zhixiao_con_right,.fenlei,.memu_hidden,.hidden{
		display:none;
	}
	.youshi .youshi_area .youshi_ul li p{
		width:96%;
		height:72px;
	}
	.menu_content_right_mobile,.mobile,.zhixiao_mobile{
		display:inline;
	}
	.main{
		width:100%;
	}.yuyue .yuyue_messgae{
		width:94%;
	}	
	.yuyue .yuyue_text li{
		width:94%;
		margin:auto;
	}
	.yuyue .btn
	{
		width:100%;
	}
	.yuyue .btn .reset{
		display:none;
	}
	.youshi .youshi_area .youshi_ul,.youshi .youshi_area .youshiIcon{
		width:100%;
	}
	.yuyue .btn .button{
		margin:auto;
	}
	.news .news_area .mynews_ul li
	{
		width:98%;
		margin:auto;
		margin-bottom:20px;
	}	
	.service .service_ul li{
		width:48%;
	}
	.yuyue h5{
		line-height:22px;
	}
	.menu .dl-menu,.zhixiao_div .dl-menu2{
		width: 100%;
		height: 100%;
	}
	.fenlei_content{
		width:48%;
	}
	.tese_right,.liuyan_right_con,.zhixiao_con_left{
		width:100%;
	}
	.tese_right_con{
		width:98%;
	}
	.news2_left{
		width:98%;
	}
	.news2 img{width:100%;}
	.zhixiao_left{
		width:96.6%;
	}
	.liuyan_right{
		width:96%;
		margin:auto;
	}
	.liuyan_title,.title{
		font-size:24px;
	}
	.liuyan_tishi{
		font-size:15px;
	}
	.liuyan_right_con_sub{
		width:90%;
	}
	.zhixiao_mobile{
		width:30%;
	}
	.other_jishu_left{
		display:none;
	}
	.other_jishu_right{
		width:100%;
	}
	.other_jishu_right_r{
		width:80%;
	}
}


/**首页新闻栏目*/
.S_news{ width:1200px; height:630px; margin:0 auto; }
.S_news a{ color:#000000;text-decoration:none;}
.N_Menu{ height:170px; font-size:14px;}
.N_Menu h2{ font-size:30px; text-align:center; color:#000000; font-weight:normal; float:left; height:80px; width:1200px; line-height:80px; margin-top:20px;}
.N_Menu ul{ height:30px; padding:45px 0; margin:0 auto; width:330px;}
.N_Menu ul li{ float:left; margin-left:10px;}
.N_Menu ul li a{text-align:center; width:100px; display:block; height:30px; line-height:30px;}
.N_Menu ul li a:hover,.N_Menu ul li a.on {text-align:center; width:100px; display:block; height:30px;background:#eb5300; line-height:30px; color:#fff;}



.N_content{ height:440px; display:none; overflow:hidden; width:1200px;}
.N_content_l{ width:610px; height:440px; float:left; overflow:hidden;}
.N_content_l dl{ width:285px; margin-right:20px; float:left;}
.N_content_l dl dt img{ width:285px; height:200px;}
.N_content_l dl dd h2{ width:285px; font-size:16px; color:#000; line-height:28px; margin:10px 0; height:56px; overflow:hidden; font-weight:normal;}
.N_content_l dl dd p{ width:285px; color:#666666; line-height:24px; height:105px; overflow:hidden; font-size:14px;}
.N_content_l dl dd span{ width:285px; color:#666666;}
.N_content_l dl dd span a{ width:68px; float:right;}

.N_content_r{ width:570px; height:440px; float:right; overflow:hidden;}
.N_content_r ul{}
.N_content_r ul li{ height:30px; margin-bottom:5px;}
.N_content_r ul li dl{ width:90px; height:90px; margin-right:15px; border:1px solid #c1c1c1; float:left;}
.N_content_r ul li dl dt{ font-size:30px; font-weight:bold; line-height:50px; text-align:center;}
.N_content_r ul li dl dd{  text-align:center;}
.N_content_r ul li h2{ font-size:16px; line-height:30px; width:460px; float:left; font-weight:normal;}
.N_content_r ul li p{ font-size:12px; color:#666666; width:450px; float:left; line-height:24px;}

.N_content_r ul li:hover{ height:30px; margin-bottom:5px; background:#0068b7; color:#fff}
.N_content_r ul li:hover dl{ width:90px; height:90px; margin-right:15px;float:left; border:1px solid #0068b7;padding-left:10px;}
.N_content_r ul li:hover dl dt{ font-size:30px; font-weight:bold; line-height:50px; text-align:center;}
.N_content_r ul li:hover dl dd{  text-align:center;}
.N_content_r ul li:hover h2{ font-size:16px; line-height:30px; width:460px; float:left;}
.N_content_r ul li:hover h2 a{ color:#fff;}
.N_content_r ul li:hover p{ font-size:12px; color:#fff;width:450px;}


.biaoyu{ width:100%; height:120px; margin:20px 0;}
.biaoyubox{ width:1200px; height:120px; margin:0 auto;}
.biaoyubox img{ width:1200px; height:120px;}






